Computes the convolution of a signal and kernel.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(:) |
The N-element signal. |
||
| real(kind=real64), | intent(in) | :: | y(:) |
The M-element kernel. |
||
| integer(kind=int32), | intent(in), | optional | :: | method |
An optional input that dictates the expected convolution result. The following options are available.
SPCTRM_CENTRAL_CONVOLUTION: The N-element result containing the convolved signal not poluted by the zero-padding and corresponding wrap-around effects. |
The convolved result.